myvar_0 = GetPrimitiveParameter(0)
myvar_1 = GetPrimitiveParameter(1)
myvar_2 = GetPrimitiveParameter(2)
myvar_3 = GetSimulatorGlobal(SimulatorGlobal["Current House"])
myvar_4 = Inventory["new"](Inventory["kTypeLot"], myvar_3)
myvar_5 = gVacationParty["AddSimNIDToVacationParty"](myvar_0, myvar_4, myvar_1, myvar_2)
	if (0 < myvar_5) then
	SetScriptReturnValue(True)
else
	local myvar_7 = False
	SetScriptReturnValue(myvar_7)
end
